/* ================================
   Base & Typographie
================================ */
.primary-font-title {
	/* font-family: var(--font-sans); */
	font-family: var(--font-sans);

	/* text-transform: lowercase; */
	font-weight: 500;
  }
  
  h1 {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
  }
  
  /* ================================
	 Section Hero
  ================================ */
  #hero-caption {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	/* padding-top: 80px; */
	padding-bottom: 120px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	pointer-events: initial;
	/* /* background-color: #f2f2f2; */
  } 
  #hero-caption.text-align-center {
	justify-content: center;
  }
  
  /* #hero-caption.height-title {
	height: 100vh;
  } */
  
  #hero #hero-caption.no-padding-bottom {
	padding-bottom: 0;
  }
  
  #hero.has-image  {
	align-items: center;
	justify-content: center;
	height: 100vh;
	padding-top: 80px;
	padding-bottom: 80px;
  }
  
  #hero.has-image #hero-caption.align-start {
	align-items: flex-end;
	justify-content: flex-start;
  }
  
  #hero #hero-caption .inner {
	display: block;
	width: auto;
	height: auto;
  }
  
  #hero-caption.text-align-center .inner {
	text-align: center;
  }
  
  #hero.has-image #hero-caption .inner {
	transform: scale(1);
	transform-origin: bottom left;
  }
  
  #hero.has-image #hero-caption.align-start .inner {
	transform: scale(0.5);
  }
  
  /* ================================
	 Titres et Sous-titres
  ================================ */
  .hero-title {
	font-size: calc(-12rem + 24.15vw);
	line-height: calc(1rem + 22vw);
	font-weight: 500;
	position: relative;
	display: block;
	width: auto;
	overflow: hidden;
	padding: 0;
	margin-bottom: 0;
	margin-left: -0.6vw;
	color: #000;
  }
  
  .text-align-center .hero-title {
	margin-left: 0;
  }
  
  .height-title .hero-title {
	position: relative;
	overflow: visible;
	white-space: nowrap;
  }
  
  .height-title .hero-title div {
	display: inline-block;
	color: white;
  }
  
  .hero-title span {
	display: block;
	margin-top: 0;
	min-width: 3vw;
	transform: translateY(160px);
	/* Pour les anciennes versions de Safari, ajouter -webkit-transform */
	-webkit-transform: translateY(160px);
  }
  
  .height-title .hero-title span {
	box-sizing: border-box;
	display: inline-block;
	transform-origin: bottom center;
	color: rgb(0, 0, 0);
	font-family: var(--font-sans);
  }
  
  .light-content .hero-title {
	color: #fff;
  }
  
  /* Sous-titre */
  .hero-subtitle {
	font-weight: 400;
	line-height: 24px;
	width: 100%;
	z-index: 10;
	position: relative;
	display: block;
	overflow: hidden;
	margin-left: 0;
	color: #000;
	/* opacity: 0.4; */
  }
  
  .subtitle-padding-left .hero-subtitle {
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	padding-left: 50%;
	text-align: left;
  }
  
  .hero-subtitle span {
	position: relative;
	/* opacity: 0.4; */
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
  }
  
  .inline-title .hero-subtitle span {
	display: inline-block;
  }
  
  .light-content .hero-subtitle {
	color: #fff;
  }
  
  /* Flèche éventuelle sous le titre */
  .text-align-center .hero-arrow {
	left: 0;
	right: 0;
	margin: auto;
  }
  
  /* ================================
	 Footer Hero
  ================================ */
  #hero-footer {
	position: absolute;
	width: 100%;
	padding: 28px 80px;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 60px;
	color: #222;
  }
  
  #hero-footer.has-border::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.15);
	transform: scaleX(0);
	transform-origin: center;
	transition: all 0.3s ease-out;
  }
  
  .light-content #hero-footer.has-border::after {
	background-color: rgba(255, 255, 255, 0.15);
  }
  
  #hero-footer.has-border.visible::after {
	opacity: 1;
	transform: scaleX(1);
  }
  
  .light-content #hero-footer {
	color: #fff;
  }
  
  #hero-footer:after {
	content: "";
	clear: both;
	display: table;
  }
  
  .hero-footer-left {
	float: left;
	opacity: 0;
	cursor: pointer;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
  }
  
  .hero-footer-right {
	float: right;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
  }
  
  .no-grid-option .hero-footer-right {
	float: none;
  }
  
  #hero-description .inner {
	padding-right: 55%;
  }
  
  /* ================================
	 Page Navigation & Next Sections
  ================================ */
  .page-nav-caption.height-title {
	height: calc(100vh - 120px);
	padding-top: 80px;
	padding-bottom: 80px;
  }
  
  #page-nav .inner {
	display: block;
	width: auto;
	height: auto;
	text-align: left;
  }
  
  #page-nav .text-align-center .inner {
	text-align: center;
  }
  
  .text-align-center .page-title {
	margin: 0 auto;
  }
  
  .next-hero-title {
	font-size: calc(1rem + 24.15vw);
	line-height: calc(1rem + 14.5vw);
	font-weight: 500;
	position: relative;
	display: block;
	width: auto;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	margin-left: -0.6vw;
	color: #000;
  }
  
  .height-title .next-hero-title {
	position: relative;
	overflow: visible;
	white-space: nowrap;
  }
  
  .text-align-center .next-hero-title,
  .text-align-center .next-hero-subtitle {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  }
  
  .height-title .next-hero-title div {
	display: inline-block;
  }
  
  .height-title:not(.text-align-center) .next-hero-title div:first-child {
	display: none;
  }
  
  .next-hero-title span {
	display: block;
	min-width: 3vw;
	transform: translateY(0);
	-webkit-transform: translateY(0);
  }
  
  .height-title .next-hero-title span {
	box-sizing: border-box;
	display: inline-block;
	transform-origin: top center;
  }
  
  .light-content .next-hero-title {
	color: #fff;
  }
  
  .next-hero-subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 40px;
	width: 100%;
	z-index: 10;
	position: relative;
	display: block;
	overflow: hidden;
	margin-left: 0;
	color: #000;
	opacity: 0.4;
  }
  
  #page-nav .next-hero-subtitle {
	margin-top: 0;
	margin-bottom: 50px;
  }
  
  .next-hero-subtitle span {
	position: relative;
	display: block;
  }
  
  .inline-title .next-hero-subtitle span {
	display: inline-block;
  }
  
  .light-content .next-hero-subtitle {
	color: #fff;
  }
  
  /* Project Page Navigation */
  #project-nav .text-align-center .caption-wrapper {
	margin: 0 auto;
	text-align: center;
  }
  
  .text-align-center .next-caption {
	margin: 0 auto;
	text-align: center;
  }
  
  /* ================================
	 Media Queries
  ================================ */
  
  /* Mobile : jusqu'à 767px */
  @media only screen and (max-width: 767px) {


	.sectionn--full {
		width: 100%;
		height: auto;
	}

   
	#hero-caption {
		display: flex;
		align-items: center;
		width: 100%;
		height: auto;
		padding-top: 0px;
		/* padding-bottom: 0px; */
		padding-bottom: 110px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		text-align: left;
		pointer-events: initial;
		/* background-color: #f2f2f2; */
	}
	
	/* Titres */
	.hero-title {
	  font-size: calc(-1rem + 20vw);
	  line-height: calc(1rem + 18vw);
	  margin-left: 0;
	}
	.hero-title span {
	  transform: translateY(80px);
	  -webkit-transform: translateY(80px);
	}
	/* Sous-titre */
	/* .hero-subtitle {
	  font-size: 12px;
	  line-height: 15px;
	  margin-top: 150px;
	} */

	.hero-subtitle {
        font-size: 12px;
        line-height: 25px;
        /* margin-top: 150px; */
    }

	.subtitle-padding-left .hero-subtitle {
	  padding-left: 20px;
	  text-align: center;
	}
	.hero-subtitle span {
	  transform: translateY(30px);
	  -webkit-transform: translateY(30px);
	}
	/* Footer */
	#hero-footer {
	  padding: 20px 20px;
	  font-size: 12px;
	  line-height: 40px;
	}
	/* Next Sections */
	.next-hero-title {
	  font-size: calc(1rem + 20vw);
	  line-height: calc(1rem + 12vw);
	  margin-left: 0;
	}
	.next-hero-subtitle {
	  font-size: 14px;
	  line-height: 20px;
	  margin-bottom: 30px;
	}
	.page-nav-caption.height-title {
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
  }
  
  /* Tablet : 768px à 1023px */
  @media only screen and (min-width: 768px) and (max-width: 1023px) {



	.sectionn--full {
		width: 100%;
		height: auto;
	}


	/* Hero Section */
	#hero-caption {
	  padding-top: 70px;
	  padding-bottom: 100px;
	}
	/* Titres */
	.hero-title {
	  font-size: calc(1rem + 22vw);
	  line-height: calc(1rem + 20vw);
	  margin-left: 0;
	}
	.hero-title span {
	  transform: translateY(120px);
	  -webkit-transform: translateY(120px);
	}
	/* Sous-titre */
	.hero-subtitle {
	  font-size: 16px;
	  line-height: 20px;
	  margin-top: 170px;
	}
	.subtitle-padding-left .hero-subtitle {
	  padding-left: 30px;
	  text-align: center;
	}
	.hero-subtitle span {
	  transform: translateY(45px);
	  -webkit-transform: translateY(45px);
	}
	/* Footer */
	#hero-footer {
	  padding: 24px 40px;
	  font-size: 13px;
	  line-height: 50px;
	}
	/* Next Sections */
	.next-hero-title {
	  font-size: calc(1rem + 22vw);
	  line-height: calc(1rem + 16vw);
	  margin-left: 0;
	}
	.next-hero-subtitle {
	  font-size: 16px;
	  line-height: 22px;
	  margin-bottom: 35px;
	}
	.page-nav-caption.height-title {
	  padding-top: 70px;
	  padding-bottom: 70px;
	}
  }
  
  /* Desktop : 1024px et plus */
  @media only screen and (min-width: 1024px) {
	/* Hero Section */
	#hero-caption {
	  /* padding-top: 80px; */
	/* padding-bottom: 80px;  */
	}
	/* Titres */
	/* .hero-title {
	  font-size: calc(-12rem + 24.15vw);
	  line-height: calc(1rem + 22vw);
	  margin-left: -0.6vw;
	} */

	.hero-title {
        font-size: calc(-13rem + 23.15vw);
        line-height: calc(1rem + 22vw);
        margin-left: -0.6vw;
    }
	.hero-title span {
	  transform: translateY(160px);
	  -webkit-transform: translateY(160px);
	}
	/* Sous-titre */
	.hero-subtitle {
        font-size: 25px;
        /* line-height: 40px; */
        margin-top: 60px;
    }
	.subtitle-padding-left .hero-subtitle {
	  padding-left: 50%;
	  text-align: left;
	}
	.hero-subtitle span {
	  transform: translateY(60px);
	  -webkit-transform: translateY(60px);
	}
	/* Footer */
	#hero-footer {
	  padding: 28px 80px;
	  font-size: 14px;
	  line-height: 60px;
	}
	/* Next Sections */
	.next-hero-title {
	  font-size: calc(1rem + 24.15vw);
	  line-height: calc(1rem + 14.5vw);
	  margin-left: -0.6vw;
	}
	.next-hero-subtitle {
	  font-size: 18px;
	  line-height: 30px;
	  margin-bottom: 40px;
	}
	.page-nav-caption.height-title {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
  }
  